public class DataCombo$ClassInfo extends Control.ClassInfo {
public static final PropertyInfo AutoComplete;
public static final PropertyInfo BoundColumn;
public static final PropertyInfo ListColumn;
public static final PropertyInfo RowMember;
public static final PropertyInfo RowSource;
public static final PropertyInfo Style;
// $FF: synthetic field
private static Class class$icontrols$DataList$DataCombo;
// $FF: synthetic field
private static Class class$java$lang$String;
// $FF: synthetic field
private static Class class$com$ms$ado$DataSource;
// $FF: synthetic field
private static Class class$icontrols$DataList$ComboStyle;
static {
AutoComplete = new PropertyInfo(class$icontrols$DataList$DataCombo != null ? class$icontrols$DataList$DataCombo : (class$icontrols$DataList$DataCombo = class$("icontrols.DataList.DataCombo")), "AutoComplete", Boolean.TYPE, CategoryAttribute.Behavior, new DefaultValueAttribute(Boolean.TRUE), new DescriptionAttribute("Determines if the combo will attempt to autocomplete as text is entered."));
BoundColumn = new PropertyInfo(class$icontrols$DataList$DataCombo != null ? class$icontrols$DataList$DataCombo : (class$icontrols$DataList$DataCombo = class$("icontrols.DataList.DataCombo")), "BoundColumn", class$java$lang$String != null ? class$java$lang$String : (class$java$lang$String = class$("java.lang.String")), CategoryAttribute.Data, new DefaultValueAttribute((Object)null), new DescriptionAttribute("Column to bind to for key values."));
ListColumn = new PropertyInfo(class$icontrols$DataList$DataCombo != null ? class$icontrols$DataList$DataCombo : (class$icontrols$DataList$DataCombo = class$("icontrols.DataList.DataCombo")), "ListColumn", class$java$lang$String != null ? class$java$lang$String : (class$java$lang$String = class$("java.lang.String")), CategoryAttribute.Data, new DefaultValueAttribute((Object)null), new DescriptionAttribute("Column to bind to for display values."));
RowMember = new PropertyInfo(class$icontrols$DataList$DataCombo != null ? class$icontrols$DataList$DataCombo : (class$icontrols$DataList$DataCombo = class$("icontrols.DataList.DataCombo")), "RowMember", class$java$lang$String != null ? class$java$lang$String : (class$java$lang$String = class$("java.lang.String")), CategoryAttribute.Data, new DefaultValueAttribute((Object)null), new DescriptionAttribute("DataMember to get data from."));
RowSource = new PropertyInfo(class$icontrols$DataList$DataCombo != null ? class$icontrols$DataList$DataCombo : (class$icontrols$DataList$DataCombo = class$("icontrols.DataList.DataCombo")), "RowSource", class$com$ms$ado$DataSource != null ? class$com$ms$ado$DataSource : (class$com$ms$ado$DataSource = class$("com.ms.ado.DataSource")), CategoryAttribute.Data, new DefaultValueAttribute((Object)null), new DescriptionAttribute("DataSource to get data from."));
Style = new PropertyInfo(class$icontrols$DataList$DataCombo != null ? class$icontrols$DataList$DataCombo : (class$icontrols$DataList$DataCombo = class$("icontrols.DataList.DataCombo")), "Style", class$icontrols$DataList$ComboStyle != null ? class$icontrols$DataList$ComboStyle : (class$icontrols$DataList$ComboStyle = class$("icontrols.DataList.ComboStyle")), CategoryAttribute.Appearance, new DefaultValueAttribute(new Integer(0)), new DescriptionAttribute("Style of the combo."));
}
// $FF: synthetic method
private static Class class$(String s) {
try {
return Class.forName(s);
} catch (ClassNotFoundException e) {
throw new NoClassDefFoundError(((Throwable)e).getMessage());